home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / turboracer.swf / scripts / DefineButton2_707 / BUTTONCONDACTION on(release).as
Text File  |  2007-07-10  |  325b  |  9 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _parent._parent._parent.CacheDoge.nextFrame();
  4.    _root.doge.loadMovie("http://www.disney.go.com/disneychannel/global/game/scoredisplays/fsd.swf");
  5.    btnSubmit._visible = false;
  6.    btnCancel._visible = false;
  7.    set("_root:playerScore",eval("_parent._parent.Control:G_Score"));
  8. }
  9.